Closed
Bug 1540771
Opened 6 years ago
Closed 6 years ago
LIR.cpp: nested redundant #ifdef
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: a1.aillerie, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/js/src/jit/LIR.cpp#591 is useless
as we are already in the block started:
https://searchfox.org/mozilla-central/source/js/src/jit/LIR.cpp#559
Opened as a good first bug.
Reporter | ||
Updated•6 years ago
|
Assignee: sledru → a1.aillerie
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d0e8c583c0fe
LIR.cpp: Remove nested redundant #ifdef r=nbp
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•